CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ring buffer

搜索资源列表

  1. smart111111111

    1下载:
  2. C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : aut
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:26172
    • 提供者:米兰
  1. circular_deque

    1下载:
  2. 找到一个作者的关于环形队列的源码,分享一下 boost 已经有了一个这样 的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数 据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不 太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与 circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它 的速度要快一些-To find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:85697
    • 提供者:半半
  1. CircleByteBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:4364
    • 提供者:胡可
  1. arrayBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Software Testing

    • 发布日期:2017-04-02
    • 文件大小:2792
    • 提供者:胡可
  1. 123

    0下载:
  2. 在对话框上使用双缓冲的方法绘制旋转的圆环-In the dialog box on the use of double buffer method for drawing the rotating ring
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3802595
    • 提供者:daiding
  1. SpComm

    0下载:
  2. Delphi串口开发控件, 包含DELPHI源代码-Delphi Serial Port VCL Version 2.5 1. Add OnSendDataEmpty event handler when all data in buffer are sent(send-buffer become empty) this handler is called. You may call send data here. 2. Ch
  3. 所属分类:Com Port

    • 发布日期:2017-11-12
    • 文件大小:33917
    • 提供者:allen
  1. kref

    0下载:
  2. A ring buffer to hold arbitrary data. Provides no thread safety. Unless otherwise specified, functions return 0 on success and -1 on error Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2214
    • 提供者:sjpiuhei
  1. bytebuffer

    0下载:
  2. 环形缓冲区类,编写很多程序时可以直接调用的哦,或则继承也是可以的-Class ring buffer, the preparation of many programs can be directly called Oh, or it can inherit the
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2287
    • 提供者:jiao5gsi
  1. RingBuffer

    0下载:
  2. 环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2544
    • 提供者:qqyry5299fu
  1. RingBuffer

    0下载:
  2. 环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:nansnnyan
  1. ringbuf

    1下载:
  2. 环形缓冲区的C实现,包括测试用例。测试时根据随机数对缓冲区写和读。不过这个实现是静态的,没有用malloc,所以缓冲区大小是固定的256个字节。如果有问题欢迎联系我。kavin.zhuang@gmail.com-the C implementation of ring buffer, also include the simple but useful test program.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1768
    • 提供者:kavin.zhuang
  1. cyc

    0下载:
  2. 环形缓存 使用结构体指针,二维数组 经试验可以使用-Use the ring buffer structure pointer, two-dimensional array can be used by the test
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:815
    • 提供者:羽凡
  1. RingBuffer

    0下载:
  2. implementation of ring buffer
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:800
    • 提供者:rohsins
  1. myDsAudioCapture

    0下载:
  2. DirectShow音频采集,采用环形缓冲对象将音频数据导出出来供外部调用,使用了旋转锁的概念,并将音频数据使用libfaac编码生成aac文件。代码简洁,功能完善,只需配置下DirectShow的安装路径,即可直接使用。稍作修改可直接用于工作中。-DirectShow audio capture, the use of ring buffer object audio data will be exported for external calls, the use of the concep
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-12-11
    • 文件大小:2713699
    • 提供者:李国平
  1. ring-buffer.tar

    0下载:
  2. 基于kfifo的循环缓冲,用户空间使用,含有测试代码。(Kfifo based cyclic buffering, user space usage, contains test code.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:792576
    • 提供者:金针恩
  1. STM32_usart_BSP

    0下载:
  2. 适合STM32全系列的串口应用软件包,功能丰富,包含环形缓冲区应用,中断写入缓冲,应用读取缓冲,命令帧解析根据需要自定义,包含从串口终端输入整数/字符串,极大地方便调试测试;(Suitable for the full range of STM32 serial application software package, rich features, including the application of ring buffer, interrupt write buffer, applica
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:天空&
  1. c-ringbuf

    1下载:
  2. 环形队列,非常好的环形缓冲区,希望对大家有用(Ring queue, very good ring buffer, in the hope that useful to everyone)
  3. 所属分类:中间件编程

    • 发布日期:2017-12-23
    • 文件大小:94208
    • 提供者:wujs
  1. STM32环形缓冲区

    0下载:
  2. 从机智云移植过来的环形缓冲区,使用时,只需要关注处理接收区即可,非常方便。(From the ring buffer, machine Zhiyun transplant when in use, only need to pay attention to the receiving area can handle, very convenient.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-03
    • 文件大小:3064832
    • 提供者:蒙古战狼
  1. SelectEx_

    0下载:
  2. 实现了一个基于Socket编程的聊天室,服务器端采用的Select模型,客户端开启接收线程,并用环形缓冲区处理了粘包问题(A chat room based on Socket programming is realized, the Select model is used on the server side, the client opens the receiving thread, and the sticky problem is handled with the ring buff
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:146432
    • 提供者:mmmh7
  1. S32K144-FlexCAN-RXFIFO-DMA-nonSDK_S32DS13

    0下载:
  2. 单片机环形缓冲区接收串口编程,有很好的测试参考,可以参考这个MCU是m4f内核(MCU ring buffer receive serial port programming, there is a good test reference, you can refer to this MCU is m4f core)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2021-04-19
    • 文件大小:570368
    • 提供者:wangwei485
« 1 2 3 4 5 6»
搜珍网 www.dssz.com